'Declaration
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")> <NotNullAttribute()> <UANodeAttribute(".[EURange]")> <UADataAttribute()> Public Property EURange As UARange
'Usage
Dim instance As UAAnalogItemNode(Of TValue,TAttribute) Dim value As UARange instance.EURange = value value = instance.EURange
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")] [NotNull()] [UANode(".[EURange]")] [UAData()] public UARange EURange {get; set;}